home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel Volume 2 #1
/
carousel.iso
/
mactosh
/
hc
/
bringine.sit
/
Bring in the Expert
/
background_8444.txt
< prev
next >
Wrap
Text File
|
1988-01-27
|
2KB
|
99 lines
-- background: 8444 from stack: in
-- bmap block id: 13474
-- flags: 0000
-- background id: 0
-- name: T-square top
----- HyperTalk script -----
on openCard
tabkey
end openCard
on closeCard
if field "response" is not empty then
put field "response" & return & return after field "responses" of card "responses"
end if
end closeCard
-- part 1 (field)
-- low flags: 01
-- high flags: 0004
-- rect: left=54 top=8 right=50 bottom=436
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 256
-- line height: 12
-- part name:
-- part 2 (field)
-- low flags: 00
-- high flags: 2007
-- rect: left=54 top=80 right=310 bottom=435
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 22
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Response
-- part 3 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=75 top=49 right=70 bottom=400
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 5
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name:
-- part 4 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=438 top=140 right=192 bottom=493
-- title width / last selected line: 0
-- icon id / first selected line: 2002 / 2002
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New expert
----- HyperTalk script -----
on mouseUp
visual effect iris open slowly
pop card
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=438 top=80 right=134 bottom=493
-- title width / last selected line: 0
-- icon id / first selected line: 7012 / 7012
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New topic
----- HyperTalk script -----
on mouseUp
visual effect iris open slowly
go to card "start"
end mouseUp